home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / progs / java.exe / Java WorkShop / data.4 / packing.lst
Encoding:
File List  |  1997-03-23  |  6.7 KB  |  187 lines

  1. <!--NewPage-->
  2. <html>
  3. <head>
  4. <!-- Generated by javadoc on Thu Feb 13 12:50:51 PST 1997 -->
  5. <title>
  6.   Class java.awt.event.ComponentEvent
  7. </title>
  8. </head>
  9. <body>
  10. <a name="_top_"></a>
  11. <pre>
  12. <a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.event.html">This Package</a>  <a href="java.awt.event.ComponentAdapter.html#_top_">Previous</a>  <a href="java.awt.event.ContainerAdapter.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
  13. <hr>
  14. <h1>
  15.   Class java.awt.event.ComponentEvent
  16. </h1>
  17. <pre>
  18. <a href="java.lang.Object.html#_top_">java.lang.Object</a>
  19.    |
  20.    +----<a href="java.util.EventObject.html#_top_">java.util.EventObject</a>
  21.            |
  22.            +----<a href="java.awt.AWTEvent.html#_top_">java.awt.AWTEvent</a>
  23.                    |
  24.                    +----java.awt.event.ComponentEvent
  25. </pre>
  26. <hr>
  27. <dl>
  28.   <dt> public class <b>ComponentEvent</b>
  29.   <dt> extends <a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  30. </dl>
  31. The root event class for all component-level events.
  32.  These events are provided for notification purposes ONLY;
  33.  The AWT will automatically handle component moves and resizes
  34.  internally so that GUI layout works properly regardless of
  35.  whether a program is receiving these events or not.
  36. <p>
  37. <dl>
  38.     <dt> <b>See Also:</b>
  39.     <dd> <a href="java.awt.event.ComponentListener.html#_top_">ComponentListener</a>
  40. </dl>
  41. <hr>
  42. <a name="index"></a>
  43. <h2>
  44.   <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
  45. </h2>
  46. <dl>
  47.   <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
  48.     <a href="#COMPONENT_FIRST"><b>COMPONENT_FIRST</b></a>
  49.   <dd>  Marks the first integer id for the range of component event ids.
  50.   <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
  51.     <a href="#COMPONENT_HIDDEN"><b>COMPONENT_HIDDEN</b></a>
  52.   <dd>  The component hidden event type.
  53.   <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
  54.     <a href="#COMPONENT_LAST"><b>COMPONENT_LAST</b></a>
  55.   <dd>  Marks the last integer id for the range of component event ids.
  56.   <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
  57.     <a href="#COMPONENT_MOVED"><b>COMPONENT_MOVED</b></a>
  58.   <dd>  The component moved event type.
  59.   <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
  60.     <a href="#COMPONENT_RESIZED"><b>COMPONENT_RESIZED</b></a>
  61.   <dd>  The component resized event type.
  62.   <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
  63.     <a href="#COMPONENT_SHOWN"><b>COMPONENT_SHOWN</b></a>
  64.   <dd>  The component shown event type.
  65. </dl>
  66. <h2>
  67.   <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
  68. </h2>
  69. <dl>
  70.   <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
  71.     <a href="#ComponentEvent(java.awt.Component, int)"><b>ComponentEvent</b></a>(Component, int)
  72.   <dd>  Constructs a ComponentEvent object with the specified source component 
  73.  and type.
  74. </dl>
  75. <h2>
  76.   <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
  77. </h2>
  78. <dl>
  79.   <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
  80.     <a href="#getComponent()"><b>getComponent</b></a>()
  81.   <dd>  Returns the component where this event originated.
  82.   <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
  83.     <a href="#paramString()"><b>paramString</b></a>()
  84.   <dd> 
  85. </dl>
  86. <a name="variables"></a>
  87. <h2>
  88.   <img src="images/variables.gif" width=153 height=38 alt="Variables">
  89. </h2>
  90. <a name="COMPONENT_FIRST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
  91. <b>COMPONENT_FIRST</b>
  92. <pre>
  93.   public final static int COMPONENT_FIRST
  94. </pre>
  95. <dl>
  96.   <dd> Marks the first integer id for the range of component event ids.<p>
  97. </dl>
  98. <a name="COMPONENT_LAST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
  99. <b>COMPONENT_LAST</b>
  100. <pre>
  101.   public final static int COMPONENT_LAST
  102. </pre>
  103. <dl>
  104.   <dd> Marks the last integer id for the range of component event ids.<p>
  105. </dl>
  106. <a name="COMPONENT_MOVED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
  107. <b>COMPONENT_MOVED</b>
  108. <pre>
  109.   public final static int COMPONENT_MOVED
  110. </pre>
  111. <dl>
  112.   <dd> The component moved event type.<p>
  113. </dl>
  114. <a name="COMPONENT_RESIZED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
  115. <b>COMPONENT_RESIZED</b>
  116. <pre>
  117.   public final static int COMPONENT_RESIZED
  118. </pre>
  119. <dl>
  120.   <dd> The component resized event type.<p>
  121. </dl>
  122. <a name="COMPONENT_SHOWN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
  123. <b>COMPONENT_SHOWN</b>
  124. <pre>
  125.   public final static int COMPONENT_SHOWN
  126. </pre>
  127. <dl>
  128.   <dd> The component shown event type.<p>
  129. </dl>
  130. <a name="COMPONENT_HIDDEN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
  131. <b>COMPONENT_HIDDEN</b>
  132. <pre>
  133.   public final static int COMPONENT_HIDDEN
  134. </pre>
  135. <dl>
  136.   <dd> The component hidden event type.<p>
  137. </dl>
  138. <a name="constructors"></a>
  139. <h2>
  140.   <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
  141. </h2>
  142. <a name="ComponentEvent"></a>
  143. <a name="ComponentEvent(java.awt.Component, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
  144. <b>ComponentEvent</b>
  145. <pre>
  146.   public ComponentEvent(<a href="java.awt.Component.html#_top_">Component</a> source,
  147.                         int id)
  148. </pre>
  149. <dl>
  150.   <dd> Constructs a ComponentEvent object with the specified source component 
  151.  and type.
  152. <p>
  153.   <dl>
  154.     <dt> <b>Parameters:</b>
  155.     <dd> source - the component where the event originated
  156.   </dl>
  157. </dl>
  158. <a name="methods"></a>
  159. <h2>
  160.   <img src="images/methods.gif" width=151 height=38 alt="Methods">
  161. </h2>
  162. <a name="getComponent()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
  163. <a name="getComponent"><b>getComponent</b></a>
  164. <pre>
  165.   public <a href="java.awt.Component.html#_top_">Component</a> getComponent()
  166. </pre>
  167. <dl>
  168.   <dd> Returns the component where this event originated.
  169. <p>
  170. </dl>
  171. <a name="paramString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
  172. <a name="paramString"><b>paramString</b></a>
  173. <pre>
  174.   public <a href="java.lang.String.html#_top_">String</a> paramString()
  175. </pre>
  176. <dl>
  177.   <dl>
  178.     <dt> <b>Overrides:</b>
  179.     <dd> <a href="java.awt.AWTEvent.html#paramString()">paramString</a> in class <a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  180.   </dl>
  181. </dl>
  182. <hr>
  183. <pre>
  184. <a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.event.html">This Package</a>  <a href="java.awt.event.ComponentAdapter.html#_top_">Previous</a>  <a href="java.awt.event.ContainerAdapter.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
  185. </body>
  186. </html>
  187.